@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 100%;
  font-family: "微软雅黑";
  width: 100%;
  height: 100%;
  /*overflow-x:auto;
    overflow-y:hidden;*/
}

body {
  -webkit-text-size-adjust: none;
}
.section-wrap {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding-top: 208px; */
}

.section-wrap::after {
  content: "";
  background: url(/assets/images/auth/beijing1.png) no-repeat 100% 80% / cover;
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.renwu {
  max-width: 753px;
  width: 40%;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

/* 登录框 */
.login {
  max-width: 527px;
  width: 30%;
  box-sizing: border-box;
  min-width: 400px;
  box-shadow: 2px 4px 14px 0px rgba(0, 18, 95, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  z-index: 20;
  padding: 4.5%;
  margin-top: 4px;
}

.login form {
  overflow: hidden;
}

.login form h2 {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0.67px;
  font-family: PingFangSC-Medium, PingFang SC;
  text-align: center;
  white-space: nowrap;
  line-height: 45px;
  margin-bottom: 70px;
}

.inputBox {
  position: relative;
}
.login form input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #c0c4cc;
  margin-bottom: 28px;
  color: rgba(51, 51, 51, 1);
  box-sizing: border-box;
  padding-left: 40px;
  outline: none;
}
.icon {
  position: absolute;
  left: 16px;
  top: 15px;
}
.login form #remember_me {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  float: left;
  opacity: 0.3;
  position: relative;
  top: 3.5px;
}

.login form label {
  color: #9190a7;
  font-size: 12px;
  float: left;
  margin-left: 2px;
}
.login .forgetPassword:hover {
  color: #23559b;
}

.login form a {
  width: 56px;
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  float: right;
  margin-top: 17px;
}

.login form button {
  margin-top: 15px;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #23559b;
  border: none;
  cursor: pointer;
  color: white;
  opacity: 1;
}
